home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / html / src / irc.src < prev    next >
Text File  |  1998-07-19  |  1KB  |  35 lines

  1. @@@STARTPACK(irc;Internet Relay Chat)
  2. <P>
  3. Irc is a user interface to the Internet Relay  Chat,  a  CB-like
  4. interactive  discussion environment.  It is structured
  5. into channels, which are public discussion forums, and  also
  6. allows for private intercommunication.  Each participant has
  7. a nickname, which is the one specified in the  command  line
  8. or else his login name.
  9. <P>
  10. Once invoked, irc connects as  a  client  to  the  specified
  11. server,  server  or  to  the  default  one (see below).  The
  12. screen splits into a dialogue window (the major part of  the
  13. screen)  and a command line, from which messages can be sent
  14. and commands given to control irc.
  15. <P>
  16. ircd is the server (daemon) program for the  Internet  Relay
  17. Chat  Program.  The ircd is a server in that its function is
  18. to "serve" the  client  program  irc(1)  with  messages  and
  19. commands.    All  commands  and  user  messages  are  passed
  20. directly to the ircd for processing and  relaying  to  other
  21. ircd  sites.  The irc(1) program depends upon there being an
  22. ircd server running somewhere (either  on  your  local  UNIX
  23. site  or  a remote ircd site) so that it will have somewhere
  24. to connect to and thus allow the user to  begin  talking  to
  25. other users.
  26.  
  27. <P>
  28. @@@OSR5DIST(http://www.sco.com/skunkware/osr5/net/)
  29. @@@UW2DIST(http://www.sco.com/skunkware/uw7/net/)
  30. @@@SOURCE(ftp://coombs.anu.edu.au/pub/irc/)
  31. @@@HOMEPAGE(http://www.irc.org/~irc/server/)
  32.  
  33. @@@ENDPACK
  34.  
  35.